Walker.Crypto.AESFileEncryptor
A fun little function for encrypting and decrypting a file with AES256GCM.
An integer representing the size of each chunk encrypted (in this case 4418.)
Encrypts a file asynchronously using AES-GCM. Reads the input file in chunks, encrypts each chunk, and writes the result to the output file.
Parameters:
Returns: Task
Decrypts an encrypted file asynchronously. Reads the encrypted file in chunks, decrypts each chunk, and writes the result to the output file.
Parameters:
Returns: Task